PATHMac OS 8 Developer Documentation > Operating System Services > Multiprocessing Services >

Adding Multitasking Capability to Applications Using Multiprocessing Services

   

DurationToAbsolute

Converts time from units of type Duration to units of type AbsoluteTime .

AbsoluteTime DurationToAbsolute (Duration duration);
duration
A value of type Duration that you want to convert to type AbsoluteTime .
function result
A value of type AbsoluteTime which is the converted time.
DISCUSSION

This function is identical to the DurationToAbsolute function found in the Driver Services Library.

VERSION NOTES

Available in the Multiprocessing Services library with version 2.0.

SEE ALSO

The function AbsoluteToDuration .


© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)